Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ShapeActionsCommand Constructor / ShapeActionsCommand Constructor(Shape[],AlignCommand)
The drawing objects to process.
The action agains the drawing object.


In This Topic
ShapeActionsCommand Constructor(Shape[],AlignCommand)
In This Topic
Initializes a new instance of the ShapeActionsCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal drawingObjects() As Shape, _
   ByVal alignCommand As AlignCommand _
)
 
'Usage
 
Dim drawingObjects() As Shape
Dim alignCommand As AlignCommand
 
Dim instance As New ShapeActionsCommand(drawingObjects, alignCommand)

Parameters

drawingObjects
The drawing objects to process.
alignCommand
The action agains the drawing object.
See Also